home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1772 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  803 b 

  1. From: knarf@nasim.cube.net (Frank Bartels)
  2. Subject: MiNT-Library PL45 and strerror.o
  3. Date: Mon, 25 Jul 1994 23:28:39 +0200 (MET DST)
  4. Mime-Version: 1.0
  5.  
  6. Hya all!
  7.  
  8. I was building MiNT-Library PL45 with both bammi-gcc and Andreas
  9. Schwab's MiNT-gcc. My build.log says:
  10.  
  11. cgcc  -mshort -DNDEBUG -O2 -fstrength-reduce   -fomit-frame-pointer    -c strerror.c -o strerror.o
  12. strerror.c: In function `strerror':
  13. strerror.c:170: warning: return discards `const' from pointer target type
  14. strerror.c:173: warning: return discards `const' from pointer target type
  15.  
  16. I thought I could ignore this warning, but today I tried to compile
  17. some code with -mbaserel and I got the message:
  18.  
  19. ld: absolute reference to _nullstr from pure text in strerror.o
  20.  
  21. I assume I built broken libraries, but how can I fix this?
  22.  
  23. Bye,
  24. Knarf
  25.